home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / misc / math / mathscript.lha / MathScript / Rexx / OpenMathScript.ms < prev    next >
Encoding:
Text File  |  1994-09-29  |  305 b   |  16 lines

  1. /* This script is for use with FinalWriter®. See the file 
  2. FinalWriter.guide in the Docs directory */
  3.  
  4. IF ~SHOW('p',"MathScript") THEN
  5. DO
  6. /* If MathScript is not already running, start it ! */
  7.  
  8.     ADDRESS COMMAND "run MathScript:MathScript"
  9.     ADDRESS COMMAND wait 1
  10. END
  11.  
  12. ADDRESS "MathScript"
  13.  
  14. SCREENTOFRONT
  15.  
  16.